const go/token.OR
15 uses
go/token (current package)
token.go#L45: OR // |
token.go#L154: OR: "|",
token.go#L274: case ADD, SUB, OR, XOR:
go/constant
value.go#L1147: case token.OR:
value.go#L1177: case token.OR:
go/doc
exports.go#L183: if t.Op == token.OR { // union
go/parser
parser.go#L841: case token.OR:
parser.go#L868: if typeSetsOK && p.tok == token.OR && f.typ != nil {
parser.go#L1201: for p.tok == token.OR {
parser.go#L1204: t.Op = token.OR
parser.go#L2692: case token.OR:
go/scanner
scanner.go#L940: tok = s.switch3(token.OR, token.OR_ASSIGN, '|', token.LOR)
go/types
decl.go#L720: wrap = op.Op == token.OR
expr.go#L742: token.OR: allInteger,
union.go#L194: if o, _ := x.(*ast.BinaryExpr); o != nil && o.Op == token.OR {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)